home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / graphics / scripts / DefineButton2_79 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2002-03-20  |  118 b   |  8 lines

  1. on(press){
  2.    call("animation/control:press");
  3.    tellTarget("_level50")
  4.    {
  5.       gotoAndStop("off");
  6.    }
  7. }
  8.